alpha blending


In computer graphics alpha blending is a convex combination of two colors allowing transparency effects. The value of alpha in the color code ranges from 0.0 to 1.0, where 0.0 represents a fully transparent color, and 1.0 represents a fully opaque color.